gempy.core.data.ImporterHelper

class gempy.core.data.ImporterHelper(path_to_surface_points: str | None, path_to_orientations: str | None, hash_surface_points: str | None = None, hash_orientations: str | None = None, coord_x_name: str | None = 'X', coord_y_name: str | None = 'Y', coord_z_name: str | None = 'Z', surface_name: str | None = 'formation', gx_name: str | None = 'G_x', gy_name: str | None = 'G_y', gz_name: str | None = 'G_z', pandas_reader_kwargs: dict | None = None)[source]

Examples using gempy.core.data.ImporterHelper

3.1: Simple example of kriging in gempy

3.1: Simple example of kriging in gempy

Chapter 4: Analyzing Geomodel Topology

Chapter 4: Analyzing Geomodel Topology

Video Tutorial “code-along”: Modeling step by step

Video Tutorial "code-along": Modeling step by step

Model 1 - Horizontal stratigraphy

Model 1 - Horizontal stratigraphy

Model 2 - Anticline

Model 2 - Anticline

Model 3 - Recumbent Fold

Model 3 - Recumbent Fold

Model 4 - Pinchout

Model 4 - Pinchout

Model 5 - Fault

Model 5 - Fault

Model 6 - Unconformity

Model 6 - Unconformity

Model 7 - Combination

Model 7 - Combination

GemPy Models - Some More Complex Examples

GemPy Models - Some More Complex Examples

Model of Ales, France: Plotting Sections and Maps

Model of Ales, France: Plotting Sections and Maps

Greenstone.

Greenstone.

A geological model of the Perth basin, Australia

A geological model of the Perth basin, Australia

Methods

__init__(path_to_surface_points, ...[, ...])

Attributes

coord_x_name

coord_y_name

coord_z_name

gx_name

gy_name

gz_name

hash_orientations

hash_surface_points

pandas_reader_kwargs

surface_name

path_to_surface_points

path_to_orientations

__init__(path_to_surface_points: str | None, path_to_orientations: str | None, hash_surface_points: str | None = None, hash_orientations: str | None = None, coord_x_name: str | None = 'X', coord_y_name: str | None = 'Y', coord_z_name: str | None = 'Z', surface_name: str | None = 'formation', gx_name: str | None = 'G_x', gy_name: str | None = 'G_y', gz_name: str | None = 'G_z', pandas_reader_kwargs: dict | None = None) None